VERSION 5.00 Begin VB.Form frmHelp BackColor = &H80000012& BorderStyle = 1 'Fixed Single Caption = "Help" ClientHeight = 3465 ClientLeft = 4785 ClientTop = 2100 ClientWidth = 1320 Icon = "frmHelp.frx":0000 LinkTopic = "Form1" MaxButton = 0 'False MinButton = 0 'False ScaleHeight = 3465 ScaleWidth = 1320 Begin VB.CommandButton cmdDone Caption = "Done" Height = 375 Left = 120 TabIndex = 4 Top = 3000 Width = 1095 End Begin VB.Label lblOther BackColor = &H80000012& Caption = "Other" BeginProperty Font Name = "MS Sans Serif" Size = 12 Charset = 0 Weight = 700 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty ForeColor = &H00FF0000& Height = 495 Left = 120 MousePointer = 10 'Up Arrow TabIndex = 6 Top = 2400 Width = 1215 End Begin VB.Label lblFavorites BackColor = &H80000012& Caption = "Favorites" BeginProperty Font Name = "MS Sans Serif" Size = 12 Charset = 0 Weight = 700 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty ForeColor = &H00FF0000& Height = 495 Left = 120 MousePointer = 10 'Up Arrow TabIndex = 5 Top = 1440 Width = 1215 End Begin VB.Label lblGo BackColor = &H80000012& Caption = "Go" BeginProperty Font Name = "MS Sans Serif" Size = 12 Charset = 0 Weight = 700 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty ForeColor = &H00FF0000& Height = 495 Left = 120 MousePointer = 10 'Up Arrow TabIndex = 3 Top = 1920 Width = 1215 End Begin VB.Label lblView BackColor = &H80000012& Caption = "View" BeginProperty Font Name = "MS Sans Serif" Size = 12 Charset = 0 Weight = 700 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty ForeColor = &H00FF0000& Height = 495 Left = 120 MousePointer = 10 'Up Arrow TabIndex = 2 Top = 960 Width = 1215 End Begin VB.Label lblEdit BackColor = &H80000012& Caption = "Edit" BeginProperty Font Name = "MS Sans Serif" Size = 12 Charset = 0 Weight = 700 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty ForeColor = &H00FF0000& Height = 375 Left = 120 MousePointer = 10 'Up Arrow TabIndex = 1 Top = 480 Width = 855 End Begin VB.Label lblFile BackColor = &H80000012& Caption = "File" BeginProperty Font Name = "MS Sans Serif" Size = 12 Charset = 0 Weight = 700 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty ForeColor = &H00FF0000& Height = 255 Left = 120 MousePointer = 10 'Up Arrow TabIndex = 0 Top = 0 Width = 975 End Attribute VB_Name = "frmHElp" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub cmdDone_Click() frmHElp.Hide End Sub Private Sub lblEdit_Click() frmEdit.Show frmHElp.Hide End Sub Private Sub lblFavorites_Click() FrmHelpFavorites.Show frmHElp.Hide End Sub Private Sub lblFile_Click() frmFile.Show frmHElp.Hide End Sub Private Sub lblGo_Click() frmGo.Show frmHElp.Hide End Sub Private Sub lblOther_Click() frmother.Show frmHElp.Hide End Sub Private Sub lblView_Click() frmView.Show frmHElp.Hide End Sub